2001-02-07 Alexander Larsson <alexl@redhat.com>
* io-xpm.c (free_buffer):
Use g_free, since the buffer is allocated with g_try_alloc().
+2001-02-07 Alexander Larsson <alexl@redhat.com>
+
+ * io-xpm.c (free_buffer):
+ Use g_free, since the buffer is allocated with g_try_alloc().
+
2001-02-06 Christophe Merlet <redfox@eikonex.org>
* gdk-pixbuf-data.c: Fixes a minor typo.
static void
free_buffer (guchar *pixels, gpointer data)
{
- free (pixels);
+ g_free (pixels);
}
/* This function does all the work. */